home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
Chip_2004-11_cd1.bin
/
software
/
frigate
/
Frigate3_Lite_v25.exe
/
{app}
/
Addons
/
Schemes
/
AWK.sch
< prev
next >
Wrap
Text File
|
2004-01-06
|
3KB
|
130 lines
object TPersHolder
P.Name = 'AWK Script'
P.Extensions.Strings = (
'awk')
P.SyntaxBlocks = <
item
Name = 'Default'
UseMetaSymbol = True
UseMetaToWrapLines = True
MetaSymbol = '\'
FIText = 0
FIIntNum = 1
FIFloatNum = 2
FIHexNum = 3
UseComments = True
UseSingleLineComments = True
UseStrings = True
UseSingleLineStrings = True
UseNumbers = True
UseKeywords = True
BlockDelimiters = <>
SingleLineCommentDelimiters = <
item
FontID = 4
LeftDelimiter = '#'
end>
SingleLineStringDelimiters = <
item
FontID = 5
LeftDelimiter = '"'
RightDelimiter = '"'
end>
KeywordSets = <
item
FontID = 6
Name = 'keywords'
Keywords =
'BEGIN,break,continue,do,else,END,exit,for,function,getline,if,pr' +
'int,return,while'
end
item
FontID = 7
Name = 'system variables'
Keywords =
'ARGC,ARGIND,ARGV,CONVFMT,ENVIRON,ERRNO,FIELDWIDTH,FILENAME,FNR,F' +
'S,IGNORECASE,NF,NR,OFMT,OFS,ORS,RLENGTH,RS,RSTART,SUBSEP'
end
item
FontID = 8
Name = 'internal functions'
Keywords =
'atan2,close,cos,delete,exp,gsub,index,int,jindex,jlength,jsubstr' +
',length,log,match,printf,rand,sin,split,sprintf,sqrt,srand,strft' +
'ime,sub,substr,system,systime,tolower,toupper'
end>
end>
P.FontTable = <
item
FontID = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 1
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 3
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 4
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 5
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 6
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end
item
FontID = 7
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 8
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end>
end